home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / SASETUP.MSI / F77545_ots_error.asp < prev    next >
Encoding:
Text File  |  2003-02-21  |  696 b   |  24 lines

  1. <%    '==================================================
  2.     ' Module:    ots_error.cpp
  3.     '
  4.     ' Synopsis:    Error codes for OTS
  5.     '
  6.     ' Copyright (c) Microsoft Corporation.  All rights reserved.
  7.     '================================================== %>
  8. <%
  9. Const OTS_ERR_SUCCESS                    = 0
  10.  
  11. Const OTS_ERR_INVALID_TABLE             = 10001
  12. Const OTS_ERR_INVALID_COLUMN             = 10002
  13. Const OTS_ERR_INVALID_TASK                = 10003
  14. Const OTS_ERR_ROWS_NOT_SIZED             = 10004
  15. Const OTS_ERR_INVALID_ROW                = 10005
  16. Const OTS_ERR_ROW_NOT_ARRAYTYPE         = 10006
  17. Const OTS_ERR_NO_COLUMNS                = 10007
  18. Const OTS_ERR_NO_ROWS                    = 10008
  19. Const OTS_ERR_TASK_NOT_ARRAYTYPE        = 10009
  20. Const OTS_ERR_SORT_FAILED                = 10010
  21.  
  22. %>
  23.  
  24.